home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 1 / PC Actual CD 01.iso / share / dos / graficos / plydat14.arj / COLORS.INC < prev    next >
Encoding:
Text File  |  1992-04-05  |  5.2 KB  |  314 lines

  1. // define surface characteristics this file includes simple matte and
  2. // reflective surface characteristics for some common colors.
  3. // Polyray input file - Alexander Enzmann
  4.  
  5. define glass
  6. texture {
  7.    surface {
  8.       ambient 0
  9.       diffuse 0
  10.       specular 0.2
  11.       reflection white, 0.1
  12.       transmission white, 1, 1.5
  13.       }
  14.    }
  15.  
  16. define mirror
  17. texture {
  18.    surface {
  19.       ambient white, 0.1
  20.       diffuse white, 0.2
  21.       specular 0
  22.       reflection white, 1
  23.       }
  24.    }
  25.  
  26. define reflective_white
  27. texture {
  28.    surface {
  29.       ambient white, 0.1
  30.       diffuse 0
  31.       specular white, 0.4
  32.       reflection white, 0.8
  33.       microfacet Phong 5
  34.       }
  35.    }
  36.  
  37. define reflective_grey
  38. texture {
  39.    surface {
  40.       ambient grey, 0.2
  41.       diffuse grey, 0.8
  42.       specular grey, 0.7
  43.       reflection grey, 0.7
  44.       microfacet Phong 10
  45.       }
  46.    }
  47.  
  48. define reflective_blue
  49. texture {
  50.    surface {
  51.       ambient blue, 0.2
  52.       diffuse blue, 0.8
  53.       specular blue, 0.7
  54.       reflection white, 0.7
  55.       microfacet Phong 10
  56.       }
  57.    }
  58.  
  59. define reflective_red
  60. texture {
  61.    surface {
  62.       ambient red, 0.2
  63.       diffuse red, 0.8
  64.       specular red, 0.7
  65.       reflection white, 0.7
  66.       microfacet Phong 10
  67.       }
  68.    }
  69.  
  70. define reflective_green
  71. texture {
  72.    surface {
  73.       ambient green, 0.2
  74.       diffuse green, 0.5
  75.       specular green, 0.7
  76.       reflection white, 0.7
  77.       microfacet Phong 10
  78.       }
  79.    }
  80.  
  81. define reflective_orange
  82. texture {
  83.    surface {
  84.       ambient orange, 0.2
  85.       diffuse orange, 0.8
  86.       specular orange, 0.7
  87.       reflection white, 0.7
  88.       microfacet Phong 10
  89.       }
  90.    }
  91.  
  92. define reflective_yellow
  93. texture {
  94.    surface {
  95.       ambient yellow, 0.2
  96.       diffuse yellow, 0.5
  97.       specular yellow, 0.7
  98.       reflection white, 0.7
  99.       microfacet Phong 10
  100.       }
  101.    }
  102.  
  103. define reflective_cyan
  104. texture {
  105.    surface {
  106.       ambient cyan, 0.2
  107.       diffuse cyan, 0.5
  108.       specular cyan, 0.7
  109.       reflection white, 0.7
  110.       microfacet Phong 10
  111.       }
  112.    }
  113.  
  114. define reflective_brown
  115. texture {
  116.    surface {
  117.       ambient brown, 0.2
  118.       diffuse brown, 0.8
  119.       specular brown, 0.7
  120.       reflection white, 0.7
  121.       microfacet Phong 10
  122.       }
  123.    }
  124.  
  125. define reflective_tan
  126. texture {
  127.    surface {
  128.       ambient Tan, 0.2
  129.       diffuse Tan, 0.8
  130.       specular Tan, 0.7
  131.       reflection white, 0.7
  132.       microfacet Phong 10
  133.       }
  134.    }
  135.  
  136. define reflective_coral
  137. texture {
  138.    surface {
  139.       ambient coral, 0.2
  140.       diffuse coral, 0.8
  141.       specular coral, 0.7
  142.       reflection white, 0.7
  143.       microfacet Phong 10
  144.       }
  145.    }
  146.  
  147. define reflective_gold
  148. texture {
  149.    surface {
  150.       ambient gold, 0.2
  151.       diffuse gold, 0.8
  152.       specular gold, 0.7
  153.       reflection white, 0.7
  154.       microfacet Phong 10
  155.       }
  156.    }
  157.  
  158. define shiny_red
  159. texture {
  160.    surface {
  161.       ambient red, 0.2
  162.       diffuse red, 0.6
  163.       specular white, 0.8
  164.       microfacet Reitz 10
  165.       }
  166.    }
  167.  
  168. define shiny_green
  169. texture {
  170.    surface {
  171.       ambient green, 0.2
  172.       diffuse green, 0.6
  173.       specular white, 0.8
  174.       microfacet Reitz 10
  175.       }
  176.    }
  177.  
  178. define shiny_blue
  179. texture {
  180.    surface {
  181.       ambient blue, 0.2
  182.       diffuse blue, 0.6
  183.       specular white, 0.8
  184.       microfacet Reitz 10
  185.       }
  186.    }
  187.  
  188. define shiny_orange
  189. texture {
  190.    surface {
  191.       ambient orange, 0.2
  192.       diffuse orange, 0.6
  193.       specular white, 0.8
  194.       microfacet Reitz 10
  195.       }
  196.    }
  197.  
  198. define shiny_yellow
  199. texture {
  200.    surface {
  201.       ambient yellow, 0.2
  202.       diffuse yellow, 0.6
  203.       specular white, 0.8
  204.       microfacet Reitz 10
  205.       }
  206.    }
  207.  
  208. define shiny_coral
  209. texture {
  210.    surface {
  211.       ambient coral, 0.2
  212.       diffuse coral, 0.6
  213.       specular white, 0.8
  214.       microfacet Reitz 10
  215.       }
  216.    }
  217.  
  218. define matte_white
  219. texture {
  220.    surface {
  221.       ambient white, 0.2
  222.       diffuse white, 0.8
  223.       }
  224.    }
  225.  
  226. define matte_black
  227. texture {
  228.    surface {
  229.       ambient dark_slate_gray, 0.1
  230.       diffuse DarkSlateGray, 0.5
  231.       }
  232.    }
  233.  
  234. define matte_grey
  235. texture {
  236.    surface {
  237.       ambient grey, 0.2
  238.       diffuse grey, 0.7
  239.       }
  240.    }
  241.  
  242. define matte_red
  243. texture {
  244.    surface {
  245.       ambient red, 0.2
  246.       diffuse red, 0.8
  247.       }
  248.    }
  249.  
  250. define matte_blue
  251. texture {
  252.    surface {
  253.       ambient blue, 0.2
  254.       diffuse blue, 0.8
  255.       }
  256.    }
  257.  
  258. define matte_green
  259. texture {
  260.    surface {
  261.       ambient green, 0.2
  262.       diffuse green, 0.8
  263.       }
  264.    }
  265.  
  266. define matte_cyan
  267. texture {
  268.    surface {
  269.       ambient cyan, 0.2
  270.       diffuse cyan, 0.8
  271.       }
  272.    }
  273.  
  274. define matte_yellow
  275. texture {
  276.    surface {
  277.       ambient yellow, 0.2
  278.       diffuse yellow, 0.8
  279.       }
  280.    }
  281.  
  282. define matte_magenta
  283. texture {
  284.    surface {
  285.       ambient magenta, 0.2
  286.       diffuse magenta, 0.8
  287.       }
  288.    }
  289.  
  290. define matte_orange
  291. texture {
  292.    surface {
  293.       ambient orange, 0.2
  294.       diffuse orange, 0.8
  295.       }
  296.    }
  297.  
  298. define steel_blue
  299. texture {
  300.    surface {
  301.       ambient steel_blue, 0.3
  302.       diffuse steel_blue, 0.8
  303.       specular white, 0.7
  304.       }
  305.    }
  306.  
  307. define matte_brown
  308. texture {
  309.    surface {
  310.       ambient brown, 0.2
  311.       diffuse brown, 0.8
  312.       }
  313.    }
  314.